home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.n / puts.n < prev    next >
Text File  |  1995-07-25  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ppppuuuuttttssss((((nnnn))))                      TTTTccccllll (((( ))))                      ppppuuuuttttssss((((nnnn))))
  5.  
  6.  
  7.  
  8.      _________________________________________________________________
  9.  
  10.      NNNNAAAAMMMMEEEE
  11.           puts - Write to a file
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           ppppuuuuttttssss ?----nnnnoooonnnneeeewwwwlllliiiinnnneeee? ?_f_i_l_e_I_d? _s_t_r_i_n_g
  15.      _________________________________________________________________
  16.  
  17.  
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.           Writes the characters given by _s_t_r_i_n_g to the file  given  by
  20.           _f_i_l_e_I_d.   _F_i_l_e_I_d  must  have  been  the  return value from a
  21.           previous call to ooooppppeeeennnn, or it may  be  ssssttttddddoooouuuutttt  or  ssssttttddddeeeerrrrrrrr  to
  22.           refer  to one of the standard I/O channels; it must refer to
  23.           a file that  was  opened  for  writing.   If  no  _f_i_l_e_I_d  is
  24.           specified then it defaults to ssssttttddddoooouuuutttt.  PPPPuuuuttttssss normally outputs
  25.           a newline character after _s_t_r_i_n_g, but this  feature  may  be
  26.           suppressed  by  specifying the ----nnnnoooonnnneeeewwwwlllliiiinnnneeee switch.  Output to
  27.           files is buffered internally by Tcl; the fffflllluuuusssshhhh  command  may
  28.           be used to force buffered characters to be output.
  29.  
  30.  
  31.      KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  32.           file, newline, output, write
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/17/95)
  64.  
  65.  
  66.  
  67.